home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / pcwindow.pat < prev    next >
Encoding:
Text File  |  1985-06-03  |  1.1 KB  |  44 lines

  1. Howdy,
  2.  
  3.    Three simple changes will make the PCWINDOW program work nicely with
  4. a mono monitor (I have an AMDEK 300A) and a color-video board.
  5. This may also be used to change the Colors PCWINDOW uses, but I've not
  6. tried that.
  7.  
  8. Make a copy of PCWINDOW.COM, I'll it PCW.COM.
  9.  
  10. Run debug on PCW.COM
  11.  
  12. >DEBUG PCW.COM
  13.  
  14. The address you want to change are at CS:5449, 535D, and 5360.
  15.  
  16. SO
  17.  
  18. -E 535D
  19. xxxx:535D  0E.07     (YOU type the 07 and return)
  20. -E 5360
  21. xxxx:5360  0E.07     (YOU type the 07 and return)
  22. -E 5449
  23. xxxx:5449  1E.07     (once more)
  24. -U 535A              (lets check!)
  25.  
  26. (the first 4 instruction should be:
  27.   MOV  AX,B800
  28.   MOV  BH,07     (as you set it)
  29.   MOV  BL,07     (as you set it)
  30.   MOV  BYTE PTR [013A],06
  31.  
  32. -U 5446        (last check)
  33.   
  34.    MOV DL,4F
  35.    MOV BH,07   (your change)
  36.    MOV AL,00
  37.  
  38.  
  39. -W        (don't forget!!!, if all is well)
  40. -Q
  41.  
  42.      Thats all there is to it!  Dave Hamlin.
  43.   Thats all there is to it!  Dave Hamlin.